    
@font-face {
    font-family: Arial Narrow;
    src: url(/fonts/arialnarrow.ttf);
  }
  
  @font-face {
    font-family: Franklin Gothic Medium;
    src: url(/fonts/Franklin-Gothic-Medium.ttf);
  }
  
  @font-face {
    font-family: Helvetica;
    src: url(/fonts/Helvetica.ttf);
  }
  
  body {
      font-family: 'Arial', 'Helvetica', 'Futura';
      background-color: #ffffff;
      color: #000000;
      margin: 0;
      padding: 0;
  }
  header {
      font-family: 'Helvetica';
      font-weight: light;
      font-size: 1.5rem;
      background-color: #000;
      color: #fff;
      padding: 30px;
      text-align: center;
  
  }
  header a {
   text-decoration: none;
      font-family: 'Helvetica';
      font-weight: light;
      font-size: 70px;
      background-color: #000;
      color: #fff;
      text-align: center;}
  
  main {
      padding: 0px;
  }
  
  article {
      text-align: center;
      line-height: 1.8;
  }
  
  nav {
      background-color: #fff;
      font-family: 'Helvetica';
      font-weight: light;
      text-align: center;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
  }
  article h2 {
      font-family: "Franklin Gothic Medium";
      font-size: 3rem;
      margin-bottom: 10px;
      text-align: center;
  }
  article h3 {
      font-family: 'helvetica';
      font-size: 0.7rem;
      margin-bottom: 10px;
      text-align: center;
      font-style: italic;
  }
  article p {
      font-family: Arial Narrow;
  
      line-height: 1.7;
      font-size: 1.2rem;
      width:16em;
      margin-left:auto;
      margin-right:auto;
      text-align:justify;
      text-align-last:justify;
  }
  
  nav a {
    font-family: 'Arial Narrow';
      text-decoration: none;
      color: #000;
      padding: 15px;
      font-size: 1.2rem;
      display: inline-block;
  }
  nav a:hover {
      background-color: #000;
      color: #fff;
  }
  
  footer {
      width: 100%; 
      background-color: black; 
      color: white; 
      text-align: center;
      padding: 20px 0;
      position: relative; 
  }
  
  footer a{
    color: #fff;
    }
    
  a{
    font-family: 'Arial Narrow';
    color: #000;
    }